home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-03.Z / 94-03 / text0210.txt < prev    next >
Encoding:
Text File  |  1994-03-30  |  4.7 KB  |  121 lines

  1. In article <763805865snz@maxwell.demon.co.uk>
  2.            David@maxwell.demon.co.uk "David Woakes" writes:
  3.  
  4. >I ve just uploaded a new version of WSARCHIE to /incoming on ftp.demon.co.uk
  5. >It should end up in /pub/ibmpc/winsock/apps/wsarchie/wsarchie.zip sometime 
  6. >today.
  7. >
  8. Hi,
  9.  
  10. Sorry about this, but anybody who has grabbed a copy of this up to now
  11. has got an old version. It works but lacks much of the functionality.
  12.  
  13. Demon should move the new version soon, I hope! I'll make another announcement
  14. when they have. If you want to check yourselves, the new version will be date
  15. stamped March 1994 instead of February 1994.
  16.  
  17. Sorry for the inconvenience.
  18. David
  19. -- 
  20. ---------------------------------------------------------------------------
  21. David Woakes                               Voice: +44-31 447 0509
  22. 8 Maxwell St                               Email: david@maxwell.demon.co.uk
  23. Edinburgh
  24. Scotland
  25. From news@bigblue.oit.unc.edu Wed Mar 16 08:17:45 1994
  26. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  27.           id AA11094; Wed, 16 Mar 1994 21:28:41 -0500
  28. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  29.           id AA27069; Wed, 16 Mar 1994 21:15:11 -0500
  30. Received: from GATEWAY by bigblue with netnews
  31.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  32. To: winsock@sunsite.unc.edu
  33. Date: Wed, 16 Mar 1994 08:17:45 +0000
  34. From: David@maxwell.demon.co.uk (David Woakes)
  35. Message-Id: <763805865snz@maxwell.demon.co.uk>
  36. Organization: Mitredata Ltd
  37. Sender: ses
  38. Reply-To: David@maxwell.demon.co.uk
  39. Subject: Winsock Archie Client released
  40.  
  41. I ve just uploaded a new version of WSARCHIE to /incoming on ftp.demon.co.uk
  42. It should end up in /pub/ibmpc/winsock/apps/wsarchie/wsarchie.zip sometime 
  43. today.
  44.  
  45. WSARCHIE is a Winsock Compliant Archie Client.
  46.  
  47. Q. What is an Archie Client?
  48.  
  49. A. An archie client is a program run on your machine which can perform archie
  50.    queries on an Archie Server.
  51.  
  52. Q. Why use an Archie Client?
  53.  
  54. A. Using an Archie Client reduces the overhead on the Archie server and means
  55.    that it can do it's job faster. Also this archie client can be set up to use
  56.    WS_FTP to automatically retrieve files.
  57.  
  58. This version has the following features:
  59.  
  60. 1. Can restrict the match domain at the archie client end
  61.  
  62. 2. Queue position when query is initially queued is shown.
  63.  
  64. 3. Directorys can be expanded by double clicking on the directory.
  65.  
  66. 4. Can be configured to use WS_FTP to download found files.
  67.  
  68. This program may be used by any one without charge, but I would like to hear
  69. from anyone who does use it, my email address is david@maxwell.demon.co.uk.
  70.  
  71. Regards
  72. David Woakes
  73. ---------------------------------------------------------------------------
  74. David Woakes                               Voice: +44-31 447 0509
  75. 8 Maxwell St                               Email: david@maxwell.demon.co.uk
  76. Edinburgh
  77. Scotland
  78. From news@bigblue.oit.unc.edu Wed Mar 16 21:58:40 1994
  79. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  80.           id AA15468; Wed, 16 Mar 1994 21:58:40 -0500
  81. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  82.           id AA08608; Wed, 16 Mar 1994 21:48:31 -0500
  83. Received: from GATEWAY by bigblue with netnews
  84.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  85. To: winsock@sunsite.unc.edu
  86. Date: Wed, 16 Mar 1994 01:04:49
  87. From: stevenmz@teleport.com (Steven M. Ziuchkovski)
  88. Message-Id: <stevenmz.35.0001149F@teleport.com>
  89. Organization: The Falcon's Nest
  90. Sender: ses
  91. Subject: WINSOCK.DLL - Determining IP address
  92.  
  93. I'm just starting out programming with the WINSOCK.DLL. I've got a few files 
  94. from rhino.microsoft.com, and did a LOT of reading, but the documentation does 
  95. not seem to be that good (well, to me).
  96.  
  97. Anyway, I'm trying to take a string (such as 'oak.oakland.edu') and determine 
  98. it's numeric IP address (141.210.10.117) as a small excersize for myself to 
  99. get started. I've gotten a small program that uses WSAStartup to determine the 
  100. number of sockets available (szMaxSockets), etc. Then, I use GetHostByName to 
  101. fill out a HostEnt record.
  102.  
  103. The information in WINSOCK.DOC (rhino.microsoft.com:/Specification/winsock.DOC 
  104. I think) is not to clear on the information of this record. I assume that the 
  105. h_Addr_List field contains a list of IP addresses (which I guess is what I'm 
  106. looking for). What format is this in? I cannot seem to be able to extract this 
  107. information correctly. Either the numbers are totally wrong from what they 
  108. should be, or produce a general protection fault.
  109.  
  110. Could someone please offer an explanation or pointers? I'm programming using 
  111. Borland Pascal v7.0.
  112.  
  113. Thanks,
  114. Steve
  115.  
  116. ---
  117.                                   ///      
  118. Steven Ziuchkovski               (0 0)            stevenmz@teleport.com
  119. ------------------------------ooO-(_)-Ooo------------------------------
  120.  
  121.